Fix doc typo. (#314921, Guillaume Cottenceau)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 1 Sep 2005 13:10:55 +0000 (13:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 1 Sep 2005 13:10:55 +0000 (13:10 +0000)
2005-09-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
typo.  (#314921, Guillaume Cottenceau)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkaction.c

index d705b2c430c9a8501f23fce49f0857845c3cfa56..6aeb2414cd437b1873a9ba07dd24cc6d8e8abf09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-09-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
+       typo.  (#314921, Guillaume Cottenceau)
+
        * gdk/*.c: Intern some more strings.
        * gtk/gtkintl.h: 
        * gtk/*.c: Define an I_() macro and use it instead of the 
index d705b2c430c9a8501f23fce49f0857845c3cfa56..6aeb2414cd437b1873a9ba07dd24cc6d8e8abf09 100644 (file)
@@ -1,5 +1,8 @@
 2005-09-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
+       typo.  (#314921, Guillaume Cottenceau)
+
        * gdk/*.c: Intern some more strings.
        * gtk/gtkintl.h: 
        * gtk/*.c: Define an I_() macro and use it instead of the 
index 6665d893e2aafc0580afa46542ca8410eb1d5345..d462c8c0247ef993b9363b8d998ce26205ac9d13 100644 (file)
@@ -1477,7 +1477,7 @@ gtk_action_set_accel_path (GtkAction   *action,
  * Since: 2.6
  *
  * Returns: the accel path for this action, or %NULL
- *   if none is set. The returned string is owned by GTK+
+ *   if none is set. The returned string is owned by GTK+ 
  *   and must not be freed or modified.
  */
 G_CONST_RETURN gchar *
@@ -1500,7 +1500,7 @@ gtk_action_get_accel_path (GtkAction *action)
  * Since: 2.8
  *
  * Returns: the accel closure for this action. The returned closure is
- *          owned by GTK+ must and not be unrefed or modified.
+ *          owned by GTK+ and must not be unreffed or modified.
  */
 GClosure *
 gtk_action_get_accel_closure (GtkAction *action)